Version

fnSelectItems Method

Internal proxy method to select a list of items of the ComboEditorBase control identified by their ids contained within the oComboItemIds
Syntax
'Declaration
 
Protected Sub fnSelectItems( _
   ByVal oComboItemIds As System.Object _
) 
protected void fnSelectItems( 
   System.object oComboItemIds
)
protected: void fnSelectItems( 
   System.Object* oComboItemIds
) 

Parameters

oComboItemIds
Array of identifiers of all the ComboEditorBase items
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also